home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / lotus025.dsk / COMMAND.LSS < prev    next >
Text File  |  1995-06-26  |  434b  |  18 lines

  1.  
  2. ' This will issue a menu/icon command to Word Pro
  3.  
  4. ' Place this %Include behind the Declarations Section
  5. ' This contains a list of all menu/icon commands    
  6. '%INCLUDE "wpbitmsk.lss"
  7.     
  8.  
  9. ' pass this command to both functions
  10. WMCommand = LWPMenuMfNew    
  11.     
  12. ' test whether the command is currently available
  13.  
  14. If .IsWMCommandValid(WMCommand) Then
  15.     ' Send the command to display the New box
  16.     Print .WmCommand(WMCommand)
  17. End If
  18.